home *** CD-ROM | disk | FTP | other *** search
/ Aminet 26 / Aminet 26 (1998)(GTI - Schatztruhe)[!][Aug 1998].iso / XiPaint / Developer / Modules / clib / multipic_protos.h
C/C++ Source or Header  |  1994-11-23  |  947b  |  23 lines

  1. /*
  2. ** This C prototypes file was generated automatically
  3. ** from a document file
  4. ** using doc2protos written by Claus Bönnhoff.
  5. */
  6.  
  7. struct FormatInfo * MP_NextFormatInfo(struct FormatInfo *,ULONG,ULONG);
  8. void MP_SetImageAttrs(struct PicHandle *, struct TagItem *);
  9. void MP_Fault(ULONG, APTR, ULONG);
  10. ULONG MP_IoErr(void);
  11. ULONG MP_GetIoErr(struct PicHandle *);
  12. struct PicInfo * MP_Info(struct PicHandle *);
  13. struct PicHandle * MP_Open(UBYTE *, ULONG);
  14. void MP_Close(struct PicHandle *);
  15. BOOL MP_SetBufferAttrs(struct PicHandle *,struct TagItem *);
  16. BOOL MP_Read(struct PicHandle *,APTR,APTR,APTR,APTR,UWORD);
  17. BOOL MP_Write(struct PicHandle *,APTR,APTR,APTR,APTR,UWORD);
  18. APTR MP_ReadPalette(struct PicHandle *,APTR,ULONG);
  19. BOOL MP_WritePalette(struct PicHandle *,APTR,ULONG);
  20. BOOL MP_SetProp(struct PicHandle *, ULONG);
  21. BOOL MP_WriteProp(struct PicHandle *, APTR, ULONG, ULONG, ULONG);
  22. struct StoredProperty * MP_FindProp(struct PicHandle *, ULONG);
  23.